const runtime.maxTinySize
28 uses
runtime (current package)
malloc.go#L115: maxTinySize = _TinySize
malloc.go#L406: if gc.SizeClassToSize[tinySizeClass] != maxTinySize {
malloc.go#L1140: if size < maxTinySize && gp.secret == 0 {
malloc.go#L1265: if off+size <= maxTinySize && c.tiny != 0 {
malloc.go#L1839: setTinyBlockContext(unsafe.Pointer(alignDown(uintptr(x), maxTinySize)))
malloc.go#L2120: if size < maxTinySize || size > maxSmallSize-mallocHeaderSize {
malloc_generated.go#L4351: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4507: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4663: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4819: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L4975: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5131: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5287: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5443: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5599: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5755: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L5911: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6067: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6223: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6379: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_generated.go#L6535: if off+constsize <= maxTinySize && c.tiny != 0 {
malloc_stubs.go#L417: if off+constsize <= maxTinySize && c.tiny != 0 {
mcheckmark.go#L207: if p >= lastTinyBlock && p < lastTinyBlock+maxTinySize {
mcleanup.go#L113: if size := unsafe.Sizeof(arg); size < maxTinySize && argType.PtrBytes == 0 {
mcleanup.go#L122: box := new([maxTinySize / goarch.PtrSize]uintptr)
mfinal.go#L473: if ot.Elem == nil || ot.Elem.Pointers() || ot.Elem.Size_ >= maxTinySize {
mheap.go#L2367: ptr = alignDown(ptr, maxTinySize)
mheap.go#L2545: _ [maxTinySize - unsafe.Sizeof(atomic.Uintptr{})]byte
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |